home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / gui / example / installergui_base.h < prev    next >
C/C++ Source or Header  |  1999-08-08  |  196b  |  15 lines

  1. #ifndef INSTALLERNG_GUILIB_BASE
  2. #define INSTALLERNG_GUILIB_BASE
  3.  
  4. #include <exec/libraries.h>
  5.  
  6. struct InstallerGuiBase
  7. {
  8.   struct Library igb_Library;
  9. };
  10.  
  11. #pragma libbase InstallerGuiBase
  12.  
  13. #endif
  14.  
  15.